Results 1 to 9 of 9

Thread: [RESOLVED] [02/03] How do I properly deploy web pages. [Easy Question]

  1. #1

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Resolved [RESOLVED] [02/03] How do I properly deploy web pages. [Easy Question]

    Hi guys!!!



    I have already deployed a web project on the web server but I have noticed something strange:

    The login does not work for a period of time and everytime I check the server, it shows a lot of wpw3.exe on my task manager.

    But every time I reset the World Wide Web Publisher Service. I can log on again.

    Is there a timeout property that I can easily configure so that those kind of services will just go away.

    Thanks in advance.

  2. #2

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    What does an idletimeout property in ProcessModel in machine.config do?

    Will this help me?

  3. #3

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    I have declared public scope modules. Is it okay to use modules instead of session variables?

  4. #4

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    Ok. This is my last question before I let this thing go to rest and come back another day.

    Could you give me some links on how to deploy ASP .NET web pages on web servers.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    Have you figured out the answers to the first three, or do you still need me to answer them?

    As for your last one, assuming it's a basic web application, just copy the entire folder over.

  6. #6

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    Quote Originally Posted by mendhak
    Have you figured out the answers to the first three, or do you still need me to answer them?

    As for your last one, assuming it's a basic web application, just copy the entire folder over.
    Sad to say, I don't have any answers but I will try to install Visual Studio .NET on the web server so that I can trace what's really happening.

    But I think the problem is within my Class Module. I think it is imprpoerly declared.

    Can you answer the questions for me, I need proper guidance.

  7. #7

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    One final question.

    What does a worker process in IIS do? I have 100 worker processes and my site has been screwed up real bad.

    I have set the worker process to 1 and the site ran very smoothly.

    I don't unserstand why such an option like this is available.

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    The worker process is the process under which the ASP.NET application runs. I'm not sure why you had 100, the server must've been somehow configured to run under separate processes, but with .NET, there is the concept of Application Domains, which means that it is now possible to run multiple applications under the context of a single process.

  9. #9

    Thread Starter
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: [02/03] How do I properly deploy web pages. [Easy Question]

    Thanks Mendhak. That is just what I need.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width