Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
The following issues we are facing when we are accessing asp.net file in WebsitePanel

1. Parse Error. Parser Error Message: The file '/User Master. Master' does
not exist.
2. Configuration Error. Parser Error Message: Unrecognized attribute
'targetFramework'. Note that attribute names are case-sensitive.


What I have tried:

. We are facing an issue to access our asp.net
file. Can you help How to host asp.net in website panel. About our
environment, the language we used is vb.net and back end is MS SQL server
and our framework is Asp.net 4.5. can you able to provide complete
guideline how to configure the asp.net file in web site panel such as how
to configure from web. config. How to connect my database using the asp.net
file. already our application is running successfully in IIS server . We
have uploaded asp.net file and mssqlserver database in website panel.
Posted
Updated 25-Feb-16 0:08am
Comments
F-ES Sitecore 25-Feb-16 6:34am    
Make sure the app pool in IIS is set to .net 4 as it defaults to 2 and can give you these errors. You'll need to ask your host how to do this.

1 solution

Error1:
Quote:
The file '/User Master. Master' does
not exist


This may be a problem with a space in the filename someware in you code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900