| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 11 months |
| seen | May 20 at 18:01 | |
| stats | profile views | 129 |
|
May 8 |
asked | IIS redirect to subdirectory is having issues with trailing slashes |
|
Apr 19 |
comment |
Can I send CTRL-BREAK and/or CTRL-C to a running process in Windows? If you launch a process such a 7z.exe (7-Zip), you know two things... killing the process leaves a corrupt file behind, but pressing ctrl-break results in a graceful shutdown where the file is deleted. Therefore, we need to be able to send a ctrl-break or equivalent signal to such a process, which is a 3rd-party application that already exists, can't be modified, and hasn't been engineered to shut down gracefully in any other way than ctrl-break. From what I've read, ctrl-break causes a remote thread to be created in the target process with an entry point of "kernel32!CtrlRoutine". |
|
Apr 8 |
answered | My php site cannot connect to SQL Database - SqlExpress2012 |
|
Mar 21 |
comment |
Upgrading SQL Server 2008 to 2012 Update: Uninstalling "SQL Server 2012 Native Client" and re-running the upgrade succeeded. When looking at the installation date of this component in Control Panel / Add/Remove Programs, I noticed it was installed months earlier independently (not sure why). I found this solution on another thread, so I wasn't the only person with this problem and solution. |
|
Mar 21 |
awarded | Critic |
|
Mar 21 |
comment |
Upgrading SQL Server 2008 to 2012 Same here. Upgrade failed, despite all checks indicating it should have succeeded. |
|
Mar 21 |
comment |
How to resume a failed upgrade of SQL Server 2008 to SQL Server 2012? I tried repeating the upgrade, and these same errors occurred again for no apparent reason. |
|
Mar 21 |
asked | How to resume a failed upgrade of SQL Server 2008 to SQL Server 2012? |
|
Feb 12 |
awarded | Notable Question |
|
Feb 2 |
awarded | Popular Question |
|
Jan 9 |
accepted | How to access VPN server itself over a VPN set up with RAS? |
|
Jan 3 |
revised |
How to access VPN server itself over a VPN set up with RAS? added 188 characters in body |
|
Jan 3 |
answered | How to access VPN server itself over a VPN set up with RAS? |
|
Jan 3 |
comment |
How to access VPN server itself over a VPN set up with RAS? I found a solution involving installing a "Microsoft Loopback Adapter". |
|
Jan 3 |
comment |
How to access VPN server itself over a VPN set up with RAS? Here is proof it's a windows problem. When I run "Advanced Port Scanner" on the server, with absolutely no configuration changes (firewall off too), I get different results if I scan loopback (127.0.0.1) and public IP (not revealing) versus if I scan the VPN interface's IP (192.168.1.200). When scanning 127.0.0.1 or the public IP, it shows 5 open ports including 445, but when I scan 192.168.1.200, port 445 is no longer listed. WTF. |
|
Jan 3 |
comment |
How to access VPN server itself over a VPN set up with RAS? Seems to be a problem with Windows Server 2008. With the Server's firewall completely off, I still cannot access file shares through the VPN gateway, even though I can connect to remote desktop over it. Meanwhile, if I instead manually add a route to force traffic to the public IP to go over the VPN gateway, then somehow the file sharing works (with the firewall both on and obviously when off). social.technet.microsoft.com/Forums/nl/winserverNIS/thread/… |
|
Jan 3 |
answered | Sharing LAN files over Internet--supplement to VPN |
|
Jan 3 |
comment |
Why is file sharing over internet still working, despite all firewall exceptions for filesharing being disabled? Not sure who down voted it, but it's gone now. I understand what ports need to be open to what, but my point was that the Terminal Service's firewall configuration, a built-in rule, has a default setting that opens port 445 to the Internet, so that file shares are accessible from the Internet even when all other file sharing exceptions are turned off. |
|
Jan 3 |
comment |
How to access VPN server itself over a VPN set up with RAS? I had everything working fine, with the ability to type "\\my.domain.com\" into explorer to access file shares, but this only worked when I manually ran a "route add" to ensure traffic to the IP resolved for "my.domain.com" is routed through the VPN gateway. Windows simply can't figure out that traffic to the VPN server should be sent through the VPN gateway. |
|
Jan 2 |
comment |
How to access VPN server itself over a VPN set up with RAS? The IPV4 routing shows 3 interfaces: Loopback, LAN 2, and Internal. They all have IP addresses assigned, but the "Internal" IP is very close to the public IP, instead of being on the subnet "192.168.1.0/24". |