Jump to content

Recommended Posts

  • 1 year later...
Posted

What is the best way to publish your ASP.NET site? I can't seem to get mine to work, I always get a web.config error no matter what I do!

 

Server Error in '/' Application

 

Even when I edit my web.config customerrors="Off" it doesn't seem to register. Anyone know the best way to publish instead of simply doing a file-transfer?

  • 1 month later...
Posted

The best way is FTP.

 

you just need to upload the *.aspx with *.cs, and alternate you can compile to dll and upload to bin folder.

I'm sorry but i'm newbie at asp.net, y used to work with HTML sites and publishing the site was pretty stright forward, now asp.net is much different. I'm a .net developer with some experience in Windows forms apps, but i'm studying the mono world. Can you extend a little your previous post? i understand that i've to upload the index.aspx and index.aspx.cs to html-public an the .ddl's to /html-public/cgi-bin. Is this correct? and one more question: do i have to modify something in web.config file or another file?

 

Thanks in advance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...