deplay ASP.NET App
-
hi... can someone pls tell me how to DEPLOY an ASP.NET application in such a way that the computer to which its deployed, CANNOT SEE THE ASP.NET SOURCE CODE pls?? i tried this project->copy project->only copy the files needed to run the application.. after which i brought the files to another PC, put it in the wwroot.. but te application cannot run.. :( can someone pls help??? tks.. "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
hi... can someone pls tell me how to DEPLOY an ASP.NET application in such a way that the computer to which its deployed, CANNOT SEE THE ASP.NET SOURCE CODE pls?? i tried this project->copy project->only copy the files needed to run the application.. after which i brought the files to another PC, put it in the wwroot.. but te application cannot run.. :( can someone pls help??? tks.. "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
i have already made the project dll and copied it to the other machine along with all the aspx files using VS.NET.. but my prob is that i am having errors while running the code on the other machine... i get error saying : Access denied to 'c:/inetpub/wwwroot/MyApp' directory. Failed to start monitoring directory changes. "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
i have already made the project dll and copied it to the other machine along with all the aspx files using VS.NET.. but my prob is that i am having errors while running the code on the other machine... i get error saying : Access denied to 'c:/inetpub/wwwroot/MyApp' directory. Failed to start monitoring directory changes. "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
Unfortunately, I can't remember exactly what triggers this; generally though, make sure the following are done, and there shouldn't be a problem: Compile the app in release mode Create a new virtual directory in IIS Copy *.aspx and web.config to the new directory Copy the \bin directory to the new directory Other gotchas: check the authentication & authorization settings in web.config and for the virtual directory. Check here on CP and MSDN for more information. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
-
Unfortunately, I can't remember exactly what triggers this; generally though, make sure the following are done, and there shouldn't be a problem: Compile the app in release mode Create a new virtual directory in IIS Copy *.aspx and web.config to the new directory Copy the \bin directory to the new directory Other gotchas: check the authentication & authorization settings in web.config and for the virtual directory. Check here on CP and MSDN for more information. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
you forgot to gimme the link.... :( i have never done this so i have some doubts... how can i compile the app in relese mode using VS.NET??\ wat do u mean by check the authentication & authorization stting in web.confir and for the virtual directory?? tks... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
you forgot to gimme the link.... :( i have never done this so i have some doubts... how can i compile the app in relese mode using VS.NET??\ wat do u mean by check the authentication & authorization stting in web.confir and for the virtual directory?? tks... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
Up at the top of the Visual Studio window, just under the "Help" menu, it says "Debug" on a drop-down list? Change that to "Release". Press F1, then look up "authentication element" and "authorization element" settings in the index. I didn't provide a link, I thought perhaps you could search this site and MSDN on your own. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
-
Up at the top of the Visual Studio window, just under the "Help" menu, it says "Debug" on a drop-down list? Change that to "Release". Press F1, then look up "authentication element" and "authorization element" settings in the index. I didn't provide a link, I thought perhaps you could search this site and MSDN on your own. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
i did already....but now the error changed to The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -------------------------------------------------------------------------------- Please try the following: If you typed the page address in the Address bar, make sure that it is spelled correctly. Open the localhost home page, and then look for links to the information you want. Click the Back button to try another link. HTTP 404 - File not found Internet Information Services -------------------------------------------------------------------------------- Technical Information (for support personnel) More information: Microsoft Support :( "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
i did already....but now the error changed to The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -------------------------------------------------------------------------------- Please try the following: If you typed the page address in the Address bar, make sure that it is spelled correctly. Open the localhost home page, and then look for links to the information you want. Click the Back button to try another link. HTTP 404 - File not found Internet Information Services -------------------------------------------------------------------------------- Technical Information (for support personnel) More information: Microsoft Support :( "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
Ok, here's a link: http://support.microsoft.com/default.aspx?scid=kb;en-us;316721&Product=aspnet What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
-
i did already....but now the error changed to The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -------------------------------------------------------------------------------- Please try the following: If you typed the page address in the Address bar, make sure that it is spelled correctly. Open the localhost home page, and then look for links to the information you want. Click the Back button to try another link. HTTP 404 - File not found Internet Information Services -------------------------------------------------------------------------------- Technical Information (for support personnel) More information: Microsoft Support :( "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
Here's another link for you: http://support.microsoft.com/default.aspx?scid=kb;en-us;326355 Also, for all other questions, please check here: http://support.microsoft.com/common/canned.aspx?R=d&H=ASP.NET%20How%20To%20Articles&LL=kbaspnetSearch&Sz=kbhowtomaster What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.