Answered by:
How to publish my Visual Studio Express 2012 for web project to my web hosting site

Question
-
User1657340220 posted
Hi, I created a simple Temperature converter in Visual Studio Express 2012 for web, now I wish to publish my project, could any one steer me to a good tutorial site on how to do this please!
I tried searching google and YouTube for tutorials but have not been successful.
Any help on this will be appreciated!
Cheers from MagicBytes :)
PS. I downloaded and installed Visual Studio Express 2012 for web on 16th Nov 2012, so I am a newby to this product.
Sunday, November 18, 2012 12:55 AM
Answers
-
User482643855 posted
while publish all .aspx.cs/vb files are converted into .dll.
So no need to confuse.
Please check you published folder first try this published folder in your local and try to configure in your local iisthen you can go to hosting site.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, December 1, 2012 7:51 AM
All replies
-
User-1667469836 posted
Hi,
Please see this MSDN link
http://msdn.microsoft.com/en-us/library/dd465337.aspx
Thanks,
Bimal
Sunday, November 18, 2012 11:41 AM -
User1657340220 posted
Hi, thanks for your time to reply, in Visual Studio Express 2012 for web, I manage to publish my project, but the problem is I don't see the TemperatureConverter.html file in my www folder on my web hosting server, the only files that I see that was published is TemperatureConverter.apsx file and a bin folder with two files named, TemperatureConverter.dll and TemperatureConverter.xml, how am suppose to include my project to my website if there is no html file to display a page in a browser.
I am not getting it!
Cheers from MagicBytes :)
Monday, November 19, 2012 7:53 AM -
User13850534 posted
aspx file is what's expected there. you won't get html files for vs publishing. Html is static file and no need pubish at all.
Friday, November 23, 2012 2:51 AM -
User1657340220 posted
Hi, thank you for your responce, so how do I view my project in a web page then ?
I am confused!
I am new to this.
Cheers
Friday, November 23, 2012 6:30 AM -
User482643855 posted
while publish all .aspx.cs/vb files are converted into .dll.
So no need to confuse.
Please check you published folder first try this published folder in your local and try to configure in your local iisthen you can go to hosting site.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, December 1, 2012 7:51 AM