Website

Last post 10-30-2007 3:00 AM by Benson Yu - MSFT. 3 replies.

Sort Posts:

  • Website

    10-26-2007, 7:23 AM
    • Member
      4 point Member
    • sullyman
    • Member since 10-19-2007, 10:56 AM
    • Posts 16
    Hi folks, I created my first asp website linking to a MSSQL2005 database and all is working great on my local machine. I now want to publish the website and get it up and running on the company server. Here is what i have done so far! I copied the database to the company sever Then, I published the website and copied the files to our company server Through IIS, i created a new website and pointed it to the published files etc. I also changed the Connection string computer name to reflect the company server name I also changed the ASP Version to 2 through IIS The company server also hosts the Sharepoint Website so i Chose Port 81 for my website I also created a new application pool for this. When i try to run the website http://Server01:81/clients/clients.aspx - Nothing appears? Any Idea Folks? Thanks
  • Re: Website

    10-26-2007, 9:08 AM
    • Star
      12,429 point Star
    • ca8msm
    • Member since 11-29-2005, 3:57 PM
    • http://mdssolutions.co.uk
    • Posts 2,152

    Have you allowed ASP.NET scripts in IIS? 

    Website Design Darlington - http://mdssolutions.co.uk
    http://lessthandot.com - Experts, Information, Ideas & Knowledge
    http://aspnetlibrary.com - An online resource for professional ASP.NET developers


    Please remember to click "Mark as Answer" on this post if it helped you

  • Re: Website

    10-26-2007, 10:50 PM
    • Member
      97 point Member
    • XpBoyzcx
    • Member since 10-23-2007, 10:49 AM
    • beijing CHINA
    • Posts 45

    which IIS vision u use... 

    u need enable the asp/asp.net in IIS,and install framework on computer which u want run the website~~~

    make choice between .net & Java.....
  • Re: Website

    10-30-2007, 3:00 AM
    Answer

    sullyman:
    The company server also hosts the Sharepoint Website so i Chose Port 81 for my website I also created a new application pool for this. When i try to run the website http://Server01:81/clients/clients.aspx - Nothing appears?
     

    Hi sullyman,

    From your description, I understand that you have published your web project to the SharePoint Website. However, the deployed aspx page returns a blank page (my understanding of your “Nothing appears”). If I have misunderstood your concern, please let me know.

    I know you have done many troubleshooting steps. The only thing I should mention is you put the web application in the SharePoint website which uses its own providers and settings. The virtual directory of your web application inherits these settings probably causes the unexpected behavior.

    To solve this issue, please compare the web.config files between your virtual directory and the SharePoint website, and then remove/add the different settings in your web applicaiton's web.config file. For more detailed information, please check my reply in the following thread which has the similar issue.

    web.config default provider
    http://forums.asp.net/t/1156834.aspx

     

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
Page 1 of 1 (4 items)