|
-
Jan 9th, 2006, 02:15 PM
#1
Thread Starter
Frenzied Member
updating ASP
I've made changes to my web pages in the development environment, now I need to update the version I have out on the server. Which files do I need to overwrite on the server? Could I just grab the .PDB and .DLL from the BIN directory?
It's tough being an unhandled exception...
___________
VB.NET 2008
VB.NET 2010
ORACLE 11g
CRYSTAL 11
-
Jan 9th, 2006, 02:29 PM
#2
Re: updating ASP
And any ASPX files you changed.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
-
Jan 9th, 2006, 02:30 PM
#3
Re: updating ASP
Actually, if you are copying the PDB, it means you compiled as Development and not as RunTime, so upload the code-behind pages too so that when a crash does occur, the outputted LINES OF CODE match those that you actually wrote.
If you dont want it to be a development edition, delete the PDB file. (You can safely do so) and follow the above.
Need to re-register ASP.NET?
C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i
(Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
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
|