Windows 10: Publish an asp.net web application to the internet

Discus and support Publish an asp.net web application to the internet in Windows 10 Network and Sharing to solve the problem; Hello, We have an asp.net application published locally on IIS in our work network with SQL Server 2012 as a database backend. I was asked to... Discussion in 'Windows 10 Network and Sharing' started by Sub-Zero99, Jan 26, 2019.

  1. Publish an asp.net web application to the internet


    Hello,


    We have an asp.net application published locally on IIS in our work network with SQL Server 2012 as a database backend.


    I was asked to publish it online so it can be acccessible through the internet.


    I never done this before, could you please help me on how to accomplish this (detailed steps if possible)?

    :)
     
    Sub-Zero99, Jan 26, 2019
    #1

  2. Asp .Net account machine

    no im not a developer and i didnt create it because it is built in my system but i suddenly click the ASP. net machine account into administrator
     
    XpEkE FakeR, Jan 26, 2019
    #2
  3. Problem configuring ASP on WM6 web server.

    Hi All,

    I’m currently having a problem getting ASP to run on the Windows Mobile Web Server for Windows Mobile 6

    I downloaded the redistributable server components for windows Mobile 5.0 and copied over the ttpd.AMD.cab file to my mobile device and then installed it.

    If I go into the settings and remove programs I can see the Microsoft Web Server is listed in the programs. If I go into programs I see no icon for the web server however I’m not sure if I should see anything here.

    When I browse through my folders I can see there is a folder \windows\www\wwwpub and there is a default.htm page present. If I open this page up in my browser and I get the default message “The Windows CE web Server is enabled on this devices”

    I created an empty ASP page called default.asp. I did not add any asp code in the page just the standard html tags; head, body etc. I tried to open this page in my browser and I get the following error:

    “There is no application associated with “default”. Run the application first, then open the file from within the application.”

    I did a google search and found the following topic:

    social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/thread/badd1c7c-117a-478e-82e4-20ba08e30cc8

    From this information I downloaded and installed the httpd.ARM.cab file.

    I then checked to make sure the asp.dll, jscript.dll and vbscript.dll is present in the \windows folder, which they are present.

    I tried my default.asp page again and got the same error.

    At this point I’m guessing that I need some registry entries to associate the .asp extension with the Windows Mobile Web Server so I followed the instructions found here:

    msdn.microsoft.com/en-us/library/ee499507.aspx

    I downloaded a registry tool for my device:

    www.wmexperts.com/articles/howto/how_to_edit_the_registry.html

    using the above tool I navigated to the:

    [HKEY_LOCAL_MACHINE\COMM\HTTPD] I then added a key :

    [HKEY_LOCAL_MACHINE\COMM\HTTPD\ScriptMap]

    and added the following string value:

    “.asp”=”\windows\asp.dll”

    Retested my default.asp page and still got the same error.

    I’m at a loss on where to go next.

    My questions are as follows:

    Am I missing out a stage in the process to get this to work?

    Does anyone know what else I can try to get an asp page to work with the windows mobile web server?

    Any help with this would be much appreciated.

    Regards

    David
     
    David Bell IQX, Jan 26, 2019
    #3
  4. GTaylor2 Win User

    Publish an asp.net web application to the internet

    ASP NET machine account

    The last time Windows 10 updated itself ASP NET machine account took over my admin. and now I can,t update ,uninstall or install new apps.

    How do I get rid of it?
     
    GTaylor2, Jan 26, 2019
    #4
Thema:

Publish an asp.net web application to the internet

Loading...
  1. Publish an asp.net web application to the internet - Similar Threads - Publish asp net

  2. Expression Web's Publishing Settings disappeared

    in Windows 10 Gaming
    Expression Web's Publishing Settings disappeared: Expression Web's Publishing Settings disappeared for all web and subweb sites more than 20 of them. Two questions:1 What could have happened to wipe all of these saved settings out?2 Where were these files stored so that I can process a "restore" from the regular backups of...
  3. Expression Web's Publishing Settings disappeared

    in Windows 10 Software and Apps
    Expression Web's Publishing Settings disappeared: Expression Web's Publishing Settings disappeared for all web and subweb sites more than 20 of them. Two questions:1 What could have happened to wipe all of these saved settings out?2 Where were these files stored so that I can process a "restore" from the regular backups of...
  4. How can I generate hierarchical Sitemap in .NET 8 Web Application? Just like in .NET...

    in Windows 10 Gaming
    How can I generate hierarchical Sitemap in .NET 8 Web Application? Just like in .NET...: In .NET Framework we have an <asp:SitemapPath control which can access sitemap Path of the URL opened from the .sitemap file. The Sitemap can also be hierarchical like a parent child where we an easily generate Breadcrumb. How can we achieve the same in .NET 8 Web App where I...
  5. How can I generate hierarchical Sitemap in .NET 8 Web Application? Just like in .NET...

    in Windows 10 Software and Apps
    How can I generate hierarchical Sitemap in .NET 8 Web Application? Just like in .NET...: In .NET Framework we have an <asp:SitemapPath control which can access sitemap Path of the URL opened from the .sitemap file. The Sitemap can also be hierarchical like a parent child where we an easily generate Breadcrumb. How can we achieve the same in .NET 8 Web App where I...
  6. Publish a WPF .NET 8 application to Microsoft Store

    in Windows 10 Gaming
    Publish a WPF .NET 8 application to Microsoft Store: Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework? https://answers.microsoft.com/en-us/windows/forum/all/publish-a-wpf-net-8-application-to-microsoft-store/53c39ccd-f0a7-40c3-895b-82faaaf5b195
  7. Publish a WPF .NET 8 application to Microsoft Store

    in Windows 10 Software and Apps
    Publish a WPF .NET 8 application to Microsoft Store: Hello,Can I publish a WPF .NET 8 application to Microsoft Store?Or I must use NET Framework? https://answers.microsoft.com/en-us/windows/forum/all/publish-a-wpf-net-8-application-to-microsoft-store/53c39ccd-f0a7-40c3-895b-82faaaf5b195
  8. ASP .NET application hangs with IIS 8 and Windows server 2012 R2

    in Windows 10 Gaming
    ASP .NET application hangs with IIS 8 and Windows server 2012 R2: Hello Microsoft Community ,I have an issue that i can't identify it from where it's happening , so let me introduce the issue in bullet points format :Am deploying a .NET Framework application , separated into frontend and backend part into iis in a windows 2012 server .The...
  9. ASP .NET application hangs with IIS 8 and Windows server 2012 R2

    in Windows 10 Software and Apps
    ASP .NET application hangs with IIS 8 and Windows server 2012 R2: Hello Microsoft Community ,I have an issue that i can't identify it from where it's happening , so let me introduce the issue in bullet points format :Am deploying a .NET Framework application , separated into frontend and backend part into iis in a windows 2012 server .The...
  10. Microsoft Web Publishing Wizard Restoration

    in Windows 10 Software and Apps
    Microsoft Web Publishing Wizard Restoration: I accidently deleted Microsoft Web Publishing Wizard. Where do I go to find and reinstall this program? I have searched my computer and everywhere else to find it. Where is this thing?!...