Click here to Skip to main content
16,004,833 members
Home / Discussions / Web Development
   

Web Development

 
QuestionI need code JavaScript auto Images and Link for Advetisment Pin
haibec12-Jun-08 17:30
haibec12-Jun-08 17:30 
AnswerRe: I need code JavaScript auto Images and Link for Advetisment Pin
Christian Graus13-Jun-08 16:44
protectorChristian Graus13-Jun-08 16:44 
QuestionEmail Search Engine Pin
mukera12-Jun-08 15:39
mukera12-Jun-08 15:39 
AnswerRe: Email Search Engine Pin
Christian Graus12-Jun-08 15:44
protectorChristian Graus12-Jun-08 15:44 
GeneralRe: Email Search Engine Pin
Ashfield13-Jun-08 2:51
Ashfield13-Jun-08 2:51 
QuestionHalting JS Ajax events from firing Pin
devil8512-Jun-08 11:34
devil8512-Jun-08 11:34 
QuestionHow do I make a website 'Live'. Pin
REBMCAD12-Jun-08 8:18
REBMCAD12-Jun-08 8:18 
AnswerRe: How do I make a website 'Live'. Pin
WillemM12-Jun-08 9:05
WillemM12-Jun-08 9:05 
Depending on the configuration you need to do the following:

Assuming you are going to use Windows 2003 or Windows 2008 as your webserver. Be sure to read the details up in the manual of IIS 6 for windows 2003 or IIS 7 for windows 2008. This is just a basic outline of the steps involved.

Before you start you should do two things:

1. Have a static ip-address with a DNS entry attached under which the website can be accessed.
2. Have your windows server configured so that IIS is installed.

With all that setup perform the following steps to install the website for internet use.

1. Set up the windows user rights on the directory containing the site content so that the Network service user has read access.
2. Configure a new website on IIS with the dns name under which it will be reachable as the hostheader (Check docs for hostheaders in IIS for more info on how to set this up).
3. Point the home directory of the new website to the directory where to content of the website is placed on the harddrive
4. Configure anonymous access for the website so that users can view the pages on the webserver.
5. Configure additional security options like windows logon if you are using any authentication and authorization mechanisms.

Now you're all set to serve up the website.
Did I mention that this is only a global description of what should be done? Well, it is Smile | :) and there might be some variations, so again: Do check the manual of IIS for the exact details.

WM.

What about weapons of mass-construction?

"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog

GeneralRe: How do I make a website 'Live'. Pin
REBMCAD12-Jun-08 9:25
REBMCAD12-Jun-08 9:25 
QuestionFacebook Login protection? Pin
udikantz12-Jun-08 0:43
udikantz12-Jun-08 0:43 
AnswerRe: Facebook Login protection? Pin
Ashfield12-Jun-08 1:33
Ashfield12-Jun-08 1:33 
GeneralRe: Facebook Login protection? Pin
udikantz12-Jun-08 1:35
udikantz12-Jun-08 1:35 
QuestionIIS and Portal Problems Pin
Shrimpersfan11-Jun-08 22:57
Shrimpersfan11-Jun-08 22:57 
AnswerRe: IIS and Portal Problems Pin
Ashfield12-Jun-08 1:27
Ashfield12-Jun-08 1:27 
QuestionHow to deploy my web site in localhost Pin
Exelioindia10-Jun-08 11:58
Exelioindia10-Jun-08 11:58 
AnswerRe: How to deploy my web site in localhost Pin
WillemM12-Jun-08 9:08
WillemM12-Jun-08 9:08 
QuestionHow can we implement return url in web config? Pin
ashok.redhat10-Jun-08 2:01
ashok.redhat10-Jun-08 2:01 
AnswerRe: How can we implement return url in web config? Pin
Christian Graus10-Jun-08 3:39
protectorChristian Graus10-Jun-08 3:39 
QuestionRe: How can we implement return url in web config? Pin
Vasudevan Deepak Kumar10-Jun-08 21:51
Vasudevan Deepak Kumar10-Jun-08 21:51 
QuestionHow to edit a datagrid cell value through ajax Pin
Arif Hussain10-Jun-08 1:50
Arif Hussain10-Jun-08 1:50 
AnswerRe: How to edit a datagrid cell value through ajax Pin
Christian Graus10-Jun-08 3:40
protectorChristian Graus10-Jun-08 3:40 
QuestionPage resolution problem in Laptop Pin
sidbaruah9-Jun-08 22:25
sidbaruah9-Jun-08 22:25 
AnswerRe: Page resolution problem in Laptop Pin
Christian Graus10-Jun-08 3:41
protectorChristian Graus10-Jun-08 3:41 
GeneralRe: Page resolution problem in Laptop Pin
sidbaruah10-Jun-08 18:41
sidbaruah10-Jun-08 18:41 
QuestionHow can i place a picture without affecting the screen resolution of a client machine Pin
Rasma Raj9-Jun-08 21:01
Rasma Raj9-Jun-08 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.