|
-
Oct 11th, 2005, 06:44 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Deploy ASP.Net site to server
Hi,
I'm trying to deploy my site to the server and have used the XCopy method.
All my files are there but when I launch the site none of the asp.net controls are rendered / displayed.
IIS and the .Net Framework 1.1 are both installed on the server.
Is there anything else that I need to do?
Any help will be greatly appreciated
Cheers Al
-
Oct 11th, 2005, 09:14 AM
#2
Hyperactive Member
Re: Deploy ASP.Net site to server
Are your controls hard coded to a path or are they using virtual paths? If you page is coming up as a rendered page and the only thing missing is the user controls I would guess that it is a path problem. If it is something else please be specific error you are getting.
-
Oct 11th, 2005, 09:27 AM
#3
Thread Starter
Fanatic Member
Re: Deploy ASP.Net site to server
BukHix,
Hi I've just managed to sort it.
I went into IIS documents and none of the asp.net file extensions were listed. I then maually added them all pointing them towards the -
...\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll
which then resulted in a different error
I then opened the command prompt navigated to
...\microsoft.net\framework\v1.1.4322
and ran aspnet_regiis -i
Once that completed I tried again and voila it worked
Oh except for an annoying global.asa error I keep getting, which seems to be pointing to an old project. Once I deleted global.asa and his mates, I was cooking on gas.
Cheers Al
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|