publishing - How to Publish WebMatrix site to Local File System? -


What is the first time the webmatrix website has an option or a workaround for file system to be published And upload manually, as we do in Visual Studio 2010 in Web Projects and MVC projects?

OK I thought, Publishing WebMatrix website is copy-pasting the entire website code on the production server only is. But with this, you can copy all the sects from C: \ program files \ Microsoft asp.NET \ asp.net Web Pages \ v1.0 \ Assemblies \ to bin The website directory is required.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -