Hi
i developed one website which contain some aspx ,one master page,aspx.cs pages
i need to publish that website on the net
but i am new to .net i don't know how to publish
and how to put the website on the net
please help me its very urgent
please please give some example
Loading
Niradhip ChakrabortyPosted Apr 30, 2009, 6:24 AM
meliPosted Apr 29, 2009, 5:08 PM
First of all, do you have a window server to run your site?
If you do, if you are using the EXPRESS version, you can not do "publish website" but you can do "copy website" (Wesites->Copy website)
Then you have to login via FTP to the web server if somebody else hosted for you or choose other methods to copy all of your file to the webserver.
joakim wireenPosted Apr 28, 2009, 1:27 PM
joakim wireenPosted Apr 28, 2009, 1:26 PM
mohdazeemuddin ahmedPosted Apr 28, 2009, 5:28 AM
please help me its urgent
joakim wireenPosted Apr 28, 2009, 4:27 AM
mohdazeemuddin ahmedPosted Apr 28, 2009, 3:50 AM
it create precompiledApp.config
joakim wireenPosted Apr 28, 2009, 3:47 AM
Won't that create a precompilled site?
I allways upload the offical source and changes the structor and the config file, that's the only way that totally works for me and I know what's going on that way.
mohdazeemuddin ahmedPosted Apr 28, 2009, 3:41 AM
i did the same thing as you said
when i browse MasterPage. master from the inetmgr its give me an error that is
XML Parsing Error: not well-formed
Location: http://localhost/CKOM/MasterPage.master
Line Number 1, Column 2:<%@ master language="C#" autoeventwireup="true" inherits="MasterPage,
App_Web_ucr--_w-" %>
how to solve this one
Niradhip ChakrabortyPosted Apr 28, 2009, 3:29 AM
For Publish the website in VS2005:
Go to:
Build:Publish WebSite.
After that:
Put the file in the server and go to inetmgr from run.Go to default website right click on default website
Go to new task,virtual directory Give the Alias(your Website name) then browse the
path where you have kept your publish file and complete the formalities.