About 9,100,000 results
Open links in new tab
  1. ASP.NET Web Application ( .NET Framework 4.8) not running within IIS …

    Feb 3, 2024 · I am wondering if anyone can help me, I am trying to run asp.net web application which is using .net 4.8 on Windows Server 2022 Standard with IIS 10 (on a virtual machine). I can see other …

  2. How do I create an ASP.NET Web project in Visual Studio 2022?

    Jan 29, 2025 · As the title says, I want to create an ASP.Net Web application in VS 2022, but that option does not appear when creating the project. Be careful, it is not Core that does appear to me. How do …

  3. How to change session timeout in ASP.NET - Stack Overflow

    Setting the session timeout in web.config should override any settings in IIS or machine.config, however, if you have a web.config file somewhere in a subfolder in your application, that setting will override …

  4. ASP.NET Web Site or ASP.NET Web Application? - Stack Overflow

    887 When I start a new ASP.NET project in Visual Studio, I can create an ASP.NET Web Application or I can create an ASP.NET Web Site. What is the difference between ASP.NET Web Application and …

  5. preventing cross-site request forgery (csrf) attacks in asp.net web forms

    Apr 29, 2015 · Starting with Visual Studio 2012, Microsoft added built-in CSRF protection to new web forms application projects. To utilize this code, add a new ASP .NET Web Forms Application to your …

  6. asp.net web api - What is the difference between a Web application …

    Jun 5, 2016 · Very short: web application, it's a web site, which you see in your browser, and web api, it's a service, which you use in a web application. See also Difference between ASP.NET MVC and …

  7. asp.net web app not loading in browser, not being found by project

    May 22, 2023 · If you hadn't modified the contents of your Pages solution directory, then after launching the web app, you should see the Pages\Index.cshtml 's contents. I suggest checking out the official …

  8. ASP.NET web application (.NET Framework) - Stack Overflow

    Jan 19, 2024 · enter image description here How can I create an ASP.NET web application (.NET Framework) using Visual Studio 2022 Developer Edition and target .NET Framework 7 or 8, as the …

  9. What is the purpose of global.asax in asp.net - Stack Overflow

    Feb 26, 2010 · The root directory of a web application has a special significance and certain content can be present on in that folder. It can have a special file called as “Global.asax”. ASP.Net framework …

  10. How do you deploy your ASP.NET applications to live servers?

    104 I am looking for different techniques/tools you use to deploy an ASP.NET web application project (NOT ASP.NET web site) to production? I am particularly interested of the workflow happening …