world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
Friday, April 10, 2015
Sunday, April 5, 2015
Generating the SQL equivalent of Guid.Empty
SELECT CAST(0x0 AS UNIQUEIDENTIFIER)
Monday, March 23, 2015
PayPal “The Operation has timed out” with specific Credit Card
4111111111111111 wont work.
Name: Any Name
Card Number:
You can use the below test cards
Name: Any Name
Card Number:
You can use the below test cards
- 4446283288032978
- 4446283288034636
- 4446283288031707
- 4446283288033059
Card Type: visa
Expiration Date: Any Future Date
Security Code: any 3 digits
How to allow download of .json file with ASP.NET
Add
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
to web.config system.webServer section
Tuesday, March 10, 2015
Publish a site from Visual Studio to IIS without admin rights?
Create a website in IIS that points to folder that is not protected by UAC
Subscribe to:
Comments (Atom)