Help with deploying site.
Hi Imar,
I went through your book Beginning ASP.NET 4 and I really learned a lot. Thank you!
Since finishing the book I created another website to practice on. I created a test domain However,the site I have put on there is giving me issues. I was wondering if you can help me with it.
The structure of my test site has a folder and then the site. When I go to the URL I get the following error. I think the issue has to do with the site not being in the root of the domain. I can send you the URL if you would like privately. Thanks for your help.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Theme 'granite' cannot be found in the application or global theme directories.
Source Error:
Line 28:
Line 29: <system.web>
Line 30: <pages theme="granite"></pages>
Line 31: <compilation debug="false" targetFramework="4.0" />
Line 32:
|