ASP.NET 1.1 Deployment Issue
-
Hi all, this may be a trivial issue, but I am having a hard time figuring it out. I have an ASP.NET 1.1 web application of pretty good size... We have my development environment, a development server and database for staging and then our production environment. I added two very small changes to one of the .aspx pages & code behind page. I compiled, and copied that .aspx page over to the development server as well as the .dll that was generated on the successful compile. and it works... But when performing the exact same procedure from the dev server to the production server, my changes do not work. I have tested by adding a simple label and changing its value within the code behind file to see if my changes are being pushed up. They are... The problem lies with a requiredFieldValidator and a javascrip function. So I checked the webuivalidation.js and smartnav.js files under the C:\inetpub\wwwroot\aspnet_client\system_web\1_1_4322 directory... I even pushed just those files up to see what was going on... Please help... I have no idea what is happening here... Again to sum up... Stuff is working in Development Environment but not Production... Brandon :confused:
-
Hi all, this may be a trivial issue, but I am having a hard time figuring it out. I have an ASP.NET 1.1 web application of pretty good size... We have my development environment, a development server and database for staging and then our production environment. I added two very small changes to one of the .aspx pages & code behind page. I compiled, and copied that .aspx page over to the development server as well as the .dll that was generated on the successful compile. and it works... But when performing the exact same procedure from the dev server to the production server, my changes do not work. I have tested by adding a simple label and changing its value within the code behind file to see if my changes are being pushed up. They are... The problem lies with a requiredFieldValidator and a javascrip function. So I checked the webuivalidation.js and smartnav.js files under the C:\inetpub\wwwroot\aspnet_client\system_web\1_1_4322 directory... I even pushed just those files up to see what was going on... Please help... I have no idea what is happening here... Again to sum up... Stuff is working in Development Environment but not Production... Brandon :confused:
ok, see this is common issue for asp.net deployment issue. do.... fine before running this run aspnet_regiis -i command once and restart IIS of the Production Server i think it may be works regards GV Ramana