hi, I changed my router hardware and now I can get the host and guest virtual server to ping one another. However, if I try the virtual servers IP in my browser I can't see the website it is hosting. In Firefox, it attempts to connect for a while and then just gives a blank white page with no...
just a quick update, I have dropped all firewalls on the host, virtual server and used my Windows Mobile device to try and connect over wireless (hence no firewall)and still I can not see the virtual server. I thinkthe next thing for me to try is a different router
hi,
I have Windows server 2003 standard installed on Virtual PC which is using its own network card on the host machine. The network card has no TCP/IP service for the host machine so is purely dedicated to the virtual machine.
When I start the virtual machine it picks up an IP number from my...
hi, are there any known issues with passing url parameters to asp pages in an iframe ?
I have a login form in an iframe which can take a value as a url parameter and store it in a session. if i access the form direct as www.domain.com?var=3 everything works but not in an iframe.
any ideas?
Hi,
I have a scenario where I have multiple Web applications which are all active directory aware and are spread across several web servers. All Web applications are in the same active directory domain and extranet facing, each application contains its own method of storing permissions which...
hi, I have XP Pro as a host machine connected to an ADSL router using DHCP. There are 2 NICs on the host, one used for the host machine and the other isn't bound to the host machine, only VPC service for my Windows Server 2003 virtual machine.
In my Virtual PC settings I set the virtual machine...
I have a project which I think Business Objects could provide a solution for.
Our environment is comprised of an existing Business Object installation for management information and an intranet site build on the DotNetNuke content management system.
What I would like to achieve is to provide a...
Hi all
Over in my neck of the woods we are considering implementing SharePoint 2007 (MOSS) as an extranet solution for partners with a specific emphasis on single sign on, document management, MI/BI delivery and content management.
What I have been asked to do is try and get some ball park...
Hi
I'm wondering if anyone can help me with the following for which I'm considering using SharePoint for but am not sure if it's possible or what is the best approach.
I'd like to setup sharepoint to deliver sets of management information reports with access based on roles and the reports...
ok, pretty dumb of me, it won't work as in te textarea displays the code instead of the intended text, so...
response.write("URL = ")
response.write(URL)
... is displayed instead of something like 'URL = www.domain.com'
hi
i'm using the following code as a custom error page in iis in an integrated authentication environment but it wont work. any suggestions?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>An error has occurred</title>
<SCRIPT LANGUAGE="vbscript"...
Hi
I have Windows xp pro sp2 conencted to the web via a router using static ip's. So, for example my router is the gateway 192.168.2.1 and my host pc is 192.168.2.11
I have windows server 2003 sp1 running in virtual pc 2004 and i can't figure out how to get windows server to get web access. the...
hi, i have windows 2003 server running in virtual pc on a windows xp host pc, and previously my network adapter appeared in the network option in virtual pc, but now it's not there so i cant connect to the net.
has anyone else experienced this issue and have a solution?
thanks
Hi
I have made some custom aspx pages for IIS so when I get something like a http 401 error, IIS send the user to the chosen aspx page. All works well except that I have used vb script to grab things like refering urls etc and to write it to a text area so a user can copy and paste it into an...
Will this work?
<%
if Request.ServerVariables("SERVER_NAME") = "nww.domain.com" then
Redirect_URL = "https://" & Request.ServerVariables("SERVER_NAME") & Request.ServerVariables("URL") & "?" & Request.ServerVariables("QUERY_STRING")
Response.Redirect(Redirect_URL)
end if
%>
Hi all
I'm seriously struggling with finding a solution for the following problem in asp .net.
I have an IIS server which hosts one site but IIS uses host headers to accept two different URLs. The site is in ASP .Net and is a dynamic site that runs off default.aspx in the root (no...
okey dokey
i viewed the xml in IE and looked at the source, and the offending character which is causing the squares is a ’
so i did this;
<strong>Description; </strong><xsl:value-of select = "translate(job_description,'’','’')" />
But the squares are still there in my output. So do I...
HI
My current XSL is;
<strong>Description; </strong><xsl:value-of select = "translate(job_description,'ꅖ','')" />
In the XML, I get a square which I can't copy into this form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.