thanks,
Ramon
Comments: ** Comment from web user: MaikKoster **
The welcome page is always http://YourServerName/YourWebPageName
A couple questions:
- What Server version do you use?
- Did you create the content below Inetpub\wwwroot\? Does the application user account have enough permission to access this folder?
- If you created the application at a different location, does the Application user account have enough permissions to access this folder?
- Did you convert it to / create an application?
- What account do you use for the application pool? Might want to try one with local admin privileges, just for testing.
- Are the credentials (username and password) correct for this account?
- Does the folder really contain the correct files, or does it contain another folder where the files are located?
- open the page from the webserver itself (http://localhost/YourWebPageName), that should give you a more detailed error description. Or just update the web.config file and add the <customErrors mode="Off"/> entry to the <system.web> section.