Jump to content

asp.net error


strale

Recommended Posts

  • 1 year later...

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?

Link to comment
Share on other sites

  • 1 month later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...