python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Redirect URL " domain .com/test " to Map url from IIS Server
I need redirect www.cisles.it/ita/lage to
https://www.google.com/maps/place/Autoservice+Cisles/@46.563284,11.733379,12z/data=!4m5!3m4!1s0x0:0x43b0fc553eca94a3!8m2!3d46.5632844!4d11.7333793?hl=it-IT fr...
Ahmed Hosny
Votes: 0
Answers: 0
IIS different IP restriction for specific resource
I'm building a website that has a "Deny by Request Rate" and a "Deny by Concurrent Requests" restriction. Right now the values for that (in the web.config file) are set pretty high...
I dunno
Votes: 0
Answers: 1
Spring MVC does not work with java configurations (the source server did not find the current representation for the target resource..)
I try to create a simple Spring MVC and run in tomcat via eclipse ide with one simple controller:
@Controller
public class HomeController {
@RequestMapping("/home")
...

WantBecomeJavaCoder
Votes: 0
Answers: 1
Need to get Windows logged in user and machine info via a web form
I have this application I need to get the user name and machine name of the windows logged user. I hosted this on a server. When I am tested locally this works perfectly but when I hosted on the serve...
XVeteran
Votes: 0
Answers: 1