asp.net question

Associate
Joined
30 Aug 2004
Posts
831
Location
Sheffield
Hi all,

I am currently coding a C# asp.net website for a client, and it's all going well, until I try and upload the website to their 1and1 MS Web Hosting, which supports asp.net, however when I go to the page, it displays the actually aspx content, and not the page. Click here to see what I mean, any ideas why this is happening? Normally this isn't a problem, however I have never used 1and1 webspace before.

Cheers :)
 
Make sure asp is actually turned on in the control panel.
And also check your folder are application ones...
 
Last edited:
ChrisB said:
Make sure asp is actually turned on in the control panel.
And also check your folder are application ones...

Yep, you need to set an 'applications' folder and set up the rest of the jazz through the control panel.
 
Go to http://admin.1and1.co.uk
Login with your domain name and password
Choose 'WebFiles' from the list of links.
When it eventually loads, go the File menu and select Application Settings.
Click Create (you will have a maximum allowed based on your hosting agreement)

Select the directory where your application lives (ProjectMunkey), and then choose Add.

If it still doesn't work, then your web application may need some kind of extra permissions for certain users. You can do this in the WebFiles tool too. Just right click on the directories in the main window and choose Security. You can then select the users and permissions they might need as required.

Failing that, give 1and1 a call in the middle of the day when everyone is at work - they are pretty good at answering the phone then. :)
 
Back
Top Bottom