Uploading ASPX files

L

LIN

Can someone guide me with an article or advice me on how to UPLOAD ASPx
files on the webserver. I am making the ASPx pages by creating a project in
VS .NET. I have no clue how to deploy the solution on the webserver - what
kind of build do i create to get ASPx pages - what happens to Global.asax
etc

Please advice.

Thank You,

LIN
 
S

Steve C. Orr [MVP, MCSD]

Open your project in VS.NET
Under the Project drowndown menu there is a "Copy Project..." menu item.
Select it, and a nice friendly dialog box pops up with instructions and help
links and the works.
 
L

LIN

I tried doing that. got an error:

Unable to create Web project flashsite . The UNC share \\tmd01\Flash
Screensaver does not exist or you do not have access

i have checked on everything rite from permissions to the validity. What am
I doing wrong?

Thanks for the help.

LIN
 
L

LIN

I got that thru but on the server I uploaded to I get this error:

Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top