ASP.Net Problem ! PLEASE PLEASE HELP

Hi , i have installed IIS server for ASP.net, i have created a new ASP.net project and put some controls in it but it generetes an error that it can't use this server and i should run setup of windows components. What should i do Please Help i need it i shall be thankful to you.

Regards,

Adee




Answer this question

ASP.Net Problem ! PLEASE PLEASE HELP

  • rbedard

    Glad to help. I reinstalled the .NET compiler on at least three different occasions, on three machines, before I learned about that little trick :-)



  • ExcelinLondon

    hi thanks for reply. Whole path is same except Version. The Version here is

    v1.1.4322

    and v1.0.3705

    i have executed the mentioned file in both folders but nothing happend.

    Should i need to install IIS first and then install the Visual Studio.net



  • Hrvoje Zlatar

    Hi sorry i forgot to put -i in the end. i tried again and it worked. Thanks for your help. Your Post was really Helpful

    Regards,

    Adee



  • jjm

    I am having similar problems. I can't get an asp.net example that I downloaded to run properly.

    Here is a URL to the source location that works properly:
    http://www.myasp-net.com/recipe/Adminlogin.aspx


    Here are two installations I made that don't work properly. The first shows the login panel but the fields and buttons are inoperable:
    http://www.micrometer.com/recipe/Adminlogin.aspx


    The second one, a reinstall, done a few days ago doesn't even show the panel:
    http://www.micrometer.com/recipe2/Adminlogin.aspx

    Can anyone help here I tried the aspnet_regiis -i suggestion above to no avail.





  • BrantCarter

    Did you install IIS AFTER .NET If so, you need to run aspnet_regiis, with the -i flag. It's in <windows>/microsoft.net/Framework/<version number>, on my machine that's C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

    So go to start/run, type C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i, or type cmd, browse to the folder and run it from there.



  • Shaneisasuper

    Yes it really was a little trick and but it was very useful. Ok can i ask you one more question please as i am new to Visual Basic. I have used Key Press event in visual basic. And it was easy and useful for my application can i use KeyPress() in ASP.Net as well if i can then can i have little guideline that how can i do it. Thanks in advance

    Regards,

    Adee



  • ASP.Net Problem ! PLEASE PLEASE HELP