Deploying to Website

R

Roshawn Dawson

Hi,

I've just finished coding and testing my first asp.net app. Now I'm ready to transfer the files to
my webhost. But I have a few simple questions, though.

First, must I necessarily compile my app as a release build? I mean, will it affect my app
performance-wise if I didn't compile it as such?

Also, what files are actually needed by the web server to run an asp.net app? Does it need such
files with extensions as .resx, .vdisco, .webinfo, and others like the Visual Studio Solution and
VisualBasic.NET/C# Project File files?

Just one more: are the other small folders needed as well (_vti_cnf, _vti_pvt, _vti_script, and
_vti_txt)?


Thanks,
Roshawn
 
G

Guest

hello Roshawn,
You can click Build menu and then choose Publish Web Site to your local IIS,
then check what are you need :)
 

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