ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
2
votes
0answers
14 views
We require a blog plugin to our asp.net website? [duplicate]
We require a blog plugin to our existing ASP.net website. I've used Wordpress before, however as our site is ASP / IIS Wordpress is out (I understand there may be workarounds but would prefer ...
0
votes
0answers
30 views
How to increase memory and cache size for application pool in IIS 7 efficiently [closed]
I search internet for increase memory and cach for application pool in IIS 7 but all topics are diffused and I do't know the effect of that settings together.
can some body describe How I can ...
0
votes
0answers
9 views
The trust relationship between the primary domain and the trusted domain failed [migrated]
Scenario: We have an application server (IIS 7.0, Windows 2008 R2) and a seperate database server (SQL 2008) for both our test and production environments (so 4 servers total). Our application server ...
3
votes
2answers
71 views
Seo Fake backlinking from other sites
The title might be a little bit confusing. Well, I noticed that someone had used a page's URL for backlinking or indexing his keywords.
This is what he did:
The normal url:
http:// ...
0
votes
1answer
81 views
Any success with asp.net and Less/Sass [closed]
I wanted to dive into learning some asp.net with C# and I wanted to know if anyone has had success with using Less or Sass? All I can find search wise is little bits of info and some suggestions with ...
-1
votes
1answer
59 views
email notification in asp [closed]
hey guys i am new over here so sorry for the question if you find it is so much easy point or problem.
i am working on forum and i want to use email notification functionality on perticular event.i ...
1
vote
1answer
160 views
Localhost vs 127.0.0.1 - Error when referring to own IP address for an application running on IIS
I have an ASP.net application which I've been playing around with on my Windows 2008 server. I have WordPress installed so that when I visit the server by it's IP address I can visit my hosted ...
0
votes
0answers
9 views
Which eCommerce cms provide freedom of using my own eCommerce HTML template? [duplicate]
Possible Duplicate:
Which Content Management System (CMS)/Wiki should I use?
Which eCommerce CMS provide freedom of using my own eCommerce HTML template?
We work on asp.net, however, we ...
0
votes
0answers
75 views
property rental / availability & booking component for asp.net website [closed]
We have a website which contains various listings of properties. Some of these properties can be rented, and we would like to add a 'booking engine' to it, to manage availability and bookings. ...
3
votes
3answers
331 views
using .htaccess to redirect .asp to .php?
Ahoy all! I've been racking my brain with this one.
I basically just converted all of my pages from ASP code to PHP code. Kept the same filenames.
So, here is the htaccess code I have so far, but ...
0
votes
1answer
22 views
Add a record in my panel route my domain from host.com to www.host.com in dot net panel [duplicate]
Is there a way to enter a new register to route all the request to myhost.com to www.myhost.com in the dot net panel.
0
votes
0answers
9 views
ASP.NET hosting in Canada [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I am wondering if anyone has any Canada-based ASP.NET hosting company to recommend?
I need to host a web site ...
1
vote
1answer
362 views
IIS - HTTP Redirect all requests for one virtual directory to another
How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
2
votes
1answer
156 views
How to correctly track the analytics when using iframe
In our main aspx page we have this analytics code
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1301114-2']);
_gaq.push(['_setDomainName', ...
4
votes
2answers
207 views
Combining a content management system with ASP.NET
I am going to be creating a site that seems like it requires a blend of a content management system (CMS) and some custom web development (which is done in ASP.NET MVC). I have plenty of web ...