Questions tagged [asp.net]

Web application framework developed by Microsoft

ASP.NET is a web application framework developed by Microsoft that allows web developers to create dynamic web sites and applications.

First released in January 2002 it is the successor to Microsoft's Active Server Pages (ASP) technology.

ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language such as C# or VB.NET.

1234 questions
0
votes
1 answer

Configure 2 sites in the IIS of windows Server 2016

It is really urgent that I have to configure a staging site of my web application in Windows Server 2016. I have ASP.net site which is running smoothly in my win server 2016, and I have configured A record from my bluehost DNS Manager. My Question:…
Davideg
  • 101
0
votes
1 answer

IIS site worked before adding an IIS role, now after removing role site no longer works

I have an ASP net application running through IIS which was working fine - I could call the API using Postman and get 200 response codes. After I added a role through Server Manager (URL Authorization) to troubleshoot an authorization issue and then…
Kevys
  • 1
  • 1
0
votes
2 answers

IIS 6 Application Pool Identity permissions

Other questions have touched on this, but let's get a complete answer down: What specific permissions are necessary for a generic IIS 6 site with a domain user as the app pool identity? What specific permissions are necessary for an ASP.NET IIS 6…
sh-beta
  • 6,838
  • 7
  • 47
  • 66
0
votes
0 answers

IIS published website is not accessible with public ip and port

I have IIS published web application that I can connect with my local ip and port. Like 192.168.1.99:81 After adding inbounding rules, router DMZ and port forwarding, closing both windows and router firewall, I can not access to web application with…
Enes Okullu
  • 101
  • 1
-1
votes
1 answer

Do I have to worry about anything with regard to URL rewrite in a shared hosting?

I'm buiding an ASP.NET website using a rewrite module (UrlRewriting.net) and I plan to deploy it in a shared hosting environment (possibly DiscountAsp.net) Do I have to worry about anything? One thing that I'm concerned is about whether or not I can…
andrerpena
  • 345
  • 2
  • 3
  • 11
-1
votes
1 answer

Event code 3005 ID 1309 - IIS

I have problems with my application after last Windows Updates and ASP.NET 4.0.303. My application has crashed after some minutes, looking in Windows Event Viewer, I found this error log, is the same who appears in my application after ASP.NET…
-1
votes
1 answer

Site is not working after implementing SSL IIS 8

I have implement SSL certificate using steps given shown in below videos First Video Second video Once the changes are completed and i tried to run the application, it shows "Site can't be reach". Did i missed anything? And another thing wanted to…
raman
  • 117
  • 7
-1
votes
1 answer

Cheap full-featured .NET 3.5 hosting in India?

Anyone aware of good full-featured .NET 2.0, 3.x hosting on Windows Server 2008 in India? Links would be appreciated. Suggestions for either co-located / dedicated hosting welcome.
kpax
  • 195
  • 1
  • 3
  • 7
-1
votes
2 answers

Intranet login without domain name

I run a website app using IIS and asp.net. I am using Windows authentication. When a user logs in, a dialogue pops up where the user has to enter the user name as \ and their Windows password. Most user forget to enter the domain name and this…
tinausa
  • 1
  • 1
-1
votes
1 answer

Why controls inside update panels took long to update even website integrated with a CDN network?

I have a website which written by using ASP.NET. I hosted this website in USA ( Kansas city ) with Quad Core Processor and 8Gb RAM( Dedicated Server: 1GBPS Speed Line). Also my website is running through cloudflare CDN. I am using update panels in…
-1
votes
1 answer

Ldap Active directory checking (and securely storing it) user provided password

Hey all I am needing to know if it is possible to check a users typed in password against the AD to make sire it's the correct password? Reason being is that once they log in I need to use their user name and password to do some web service calls…
-1
votes
1 answer

URL not shows specific Host name after uploading ASP project on IIS

![I have uploaded my ASP project on IIS server with 808 port, and when I try to open webpage by IIS server' Domain name (xx.xxxxxxxx.com) at that time it shows domain name in URL, but when try to open the tab/page on new tab that time it shows IP…
-1
votes
2 answers

What is the exact reason of taking my site more time to load after 3-4 hours while on ideal position?

When I refresh a page over and over, even with clearing the cache, it around takes 200ms for the HTML to load. If I load the page after not looking at it for a few hours, it always takes around 25 seconds to return the HTML. Is this an IIS cache…
raman
  • 117
  • 7
-1
votes
1 answer

404 on .cshtml files (IIS 6.0)

I'm trying to get an ASP.NET WebPages (Not MVC) site up and running with IIS 6, but I can't get it to serve .cshtml pages - It just spits back a 404 error every time. I've confirmed that it can serve plain .html pages with no problem. So far, I've…
Bluesky
  • 1
  • 1
-1
votes
2 answers

Block country in Windows Firewall

What is the best way to block country ips (Block many countries completely) to deny access to asp.net website running on Windows Server 2008? Currently the module in IIS is blocking the country ips, but I don't think that is the best way to do as…
Kumar
  • 11
  • 2