We use a third party company for email campaigns, the emails have a link to our website with tracking activated whereby we see how many hits we get on our website, my problem is that the links work from outside our company's domain but does open when clicked from within our domain. Now a brief overview of our setup, we host our website on our webserver, Our ISP hosts our domain. While setting up tracking I forwarded a request to our ISP to make changes to our CNAME record and also to create a subdomain tr.company.co.uk
Can anyone point me in the right direction as my ISP are not ready to fully support me on this , initially when I called them months ago they said our router (Cisco 1600) does not support that type of traffic (they manage the router and I have no access to it), I recently contacted the ISP again and this time they said they have not restricted any of our traffic and they now ask me to specify what I want them to do e.g open ports, whitelist addresses etc.
I manage my company's IT systems except the website and I am not really an expert with websites as we have a web team and also an external company that provides web support.
1, Fixing the problem
2, Or knowing who should fix it e.g Our ISP, Our external web developer, or the email campaign company who setup the tracking.
3, Is it a configuration issue with the our webserver
I have tried a site survey tool which comes up with errors for all our webpages but the scan support tracking done with Google analytics so I thought the results are not really reliable.
Ive done it before, but cant recall and cant find the code..how can i append the current sites name ex. (http://www.mysite.com/) to a custom file name that im creating?
Im building a string that will contain the domain name like about plus my custom file name at the end like so
when users request http://test1.com/downloads, i need to redirect users to another diff domain web site (or) ip address
in asp.net 1.1/c#, can i do it thro' web.config (without compilation) or code? what are the options to do this? any adv/disadvantages using the suggested method?
EDIT: At first I thought it wasn't working cross domain at all, now I realize it only works in IE. I'm using jQuery to call a web service (ASP.NET .axmx), and trying to us jsonp so that I can call it across different sites. Right now it is working ONLY in IE, but not in Firefox, Chrome, Safari. Also, in IE, a dialog pops up warning "This page is accessing information that is not under its control..."
My development PC crashed, due to a faulty drive, and im sitting up my site on a new pc, (the website runs on a different domain than the one i develop on)
I've copied the data over and im using Visual Studio Express addition 2008.
My problem is this, the site no longer detects who i am and one groups im a member of in the domain. It still works on the "primary" network but not on the development network, even though iv copied it straight over.
I have a small website that uses the asp login control and now i want to allow a user login from another website that i have. The problem is the other website is only html not aspx and i'm not sure how to write the form to login. here is the login i'm currently using:
[Code]....
once the users click login the form post back to the server and verifies the credentials and retrieves the necessary information. How can i login to my website from the other website?
I create a menu structure from a compiled class that returns an unordered list with ~/ menu options. On my localhost, they show up as [URL]
I actually have to pass the Application Path to the function to prefix the URLs. The problem, however, is that we moved the application to our development server, and now the URLS show up as:
How would I hide the pages that the user is surfing and just show him/her the domain name. E.G. www.google.com as opposed to www.google.com/index.aspx etc...
actually I have deployed the website .and some user is able to acess the same site from one location but some user is not able to acess the same site from other location .there is time out problem users get access and after some time there is time out ,but it is working fine in other locationsall the system configuration setting is the same .
I need to create asp.net website. Its ok. How to host a website with domain name which can be accessed in net by every one. I need a domain name which is free of cost and easily created from my computer.
I am making a asynchronous request to different server for some data using jquery. It works fine in IE, but doesn't work in FireFox and Chrome, when it reaches the code where the request to other server is made, it freezes there and a blank page is shown. If I remove that piece of code, the ajax works fine.
Also, when I place a breakpoint at document.ready, the breakpoint is hit when debugging using IE, but it's not hit when debugging using FireFox.
Following is the JQuery I am using
jQuery(document).ready(function ($) {
$('.tabs a, .tabs span').livequery('click', function () {[code]....
I have an interweb web application that uses Active Directory to authenticate the user. Im now getting some complaints that users on other domains are unable to access the application.
How can i make it work so that their domain name is also accepted by the application?
Request.URL and Request.RawURL Do not work because they always return foldername/documentname ex "/foldername/mypage.asxp" regardless of the URL in the browser. Using those create an endless loop.I need whaever string is in the users browser not what document it is requesting
I have a login module in my webpage from where i want to redirect every user to a common page but their accessibility should vary on the same page,..some of them should get 10 links on that page whilw some should get 20 links on the same page...
I have relatively little experience. I suspect this is a simple problem but I couldn't find the answer. At the top of each page I have a Home link which was working fine as long as all my ".aspx" files were in the root directory.
But after reading a little bit about authorization, I moved all the files dealing with the membership database into a Membership folder with its separate web.config to restrict access to anonymous users.
My anchor is: <a href="default.aspx">. Now if I am on a membership page it is looking for SITENAME/Membership/default.aspx. I have tried many different specifications, e.g., ~/, ../, /, etc. The "~/default.aspx" results it looking for SITENAME/Membership/~/default.aspx.
They all fail except an absolute complete path specification. However, this causes the logged on user to be logged off!
I've implemented group and grand totals on a gridview as per [URL].
My problem is that the last few link buttons does not function correctly (in this case ID 11 and 12) when I click on them. I am thinking that it could be because of the manual rows being added and then throwing out the links for the other rows, but I honestly don't know what is causing it.
So if you look at my example clicking on the link buttons for IDs 1 through 10 they all redirect correctly as for example detailsPage.aspx?q=4 when I click on ID 4, but when I click on link button 11 or 12 it just reloads the page removes with totals removed and some blank rows in between.
have an application in which we are sending mail to client when they register for newsletter to the clients mail id.in that mail we are sending one link which sholud open in a new window on click of the link.The link is working fine in gmail and hotmail, the link is not working in yahooo web mails.
I have one sharepoint custom page application which is rendering from a user control. In the user control page, i had used SPGridview for displaying data. My first column is Title Column (link button column), when the user click on the link, then one popup window will open with corresponding data. But the problem is the link button is not working properly. But this application is working as fine in asp.net application.
My code is shown below..
[Code]....
If i click on the link button, there will be only post back occuring. but not the popup window open.