<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'asp.net 2.0'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=asp.net+2.0&amp;orTags=0</link><description>Search results matching tag 'asp.net 2.0'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Unable to serialize the session state - ASP.NET v2.0 -- Please Help</title><link>http://forums.iis.net/p/1162958/1926170.aspx#1926170</link><pubDate>Wed, 25 Nov 2009 14:43:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926170</guid><dc:creator>amissra</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Thanks for replying.&amp;nbsp; I&amp;#39;ve read that post before, and that doesn&amp;#39;t really help.&amp;nbsp; I have &amp;quot;StateServer&amp;quot; in the web.config file, and I&amp;#39;ve been told to leave it as that.&amp;nbsp; I can&amp;#39;t go to &amp;quot;InProc&amp;quot;, which is why I mentioned that earlier.&lt;/p&gt;&lt;p&gt;Amit &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unable to serialize the session state - ASP.NET v2.0 -- Please Help</title><link>http://forums.iis.net/p/1162958/1926165.aspx#1926165</link><pubDate>Wed, 25 Nov 2009 14:15:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926165</guid><dc:creator>amissra</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;Hi, I&amp;#39;m a little new to asp.net and I&amp;#39;m not exactly sure how to tackle this problem.....&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;On
the web application we&amp;#39;re using, I&amp;#39;m essentially trying to print out
data from a repeater in a panel out to a printer.&amp;nbsp; In the web.config,
we&amp;#39;re using &amp;quot;StateServer&amp;quot; as the Session State.&lt;/p&gt;&lt;p&gt;The data I get
for the repeater is from a set of operations I do to a mysql
database... ie. a function collects data from a database.... I
manipulate records for the database ..... **I keep track of what I
manipulated**&lt;/p&gt;&lt;p&gt;The data I keep track of is what I send to the
repeater to display a report.&amp;nbsp; This report is what I&amp;#39;m trying to print
out to a printer.&lt;/p&gt;&lt;p&gt;Oh, and the data binding for the repeater is done on Page_Load of the page itself.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The error I&amp;#39;m getting is this:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;
&lt;h2&gt; &lt;i&gt;Unable to serialize the session state. In &amp;#39;StateServer&amp;#39;
and &amp;#39;SQLServer&amp;#39; mode, ASP.NET will serialize the session state objects,
and as a result non-serializable objects or MarshalByRef objects are
not permitted. The same restriction applies if similar serialization is
done by the custom session state store in &amp;#39;Custom&amp;#39; mode.&lt;/i&gt; &lt;/h2&gt;
&lt;/span&gt;
            &lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;
            &lt;b&gt; Description: &lt;/b&gt;An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;
            &lt;b&gt; Exception Details: &lt;/b&gt;System.Web.HttpException:
Unable to serialize the session state. In &amp;#39;StateServer&amp;#39; and &amp;#39;SQLServer&amp;#39;
mode, ASP.NET will serialize the session state objects, and as a result
non-serializable objects or MarshalByRef objects are not permitted. The
same restriction applies if similar serialization is done by the custom
session state store in &amp;#39;Custom&amp;#39; mode.&lt;br /&gt;&lt;br /&gt;
            &lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
            
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
                      &lt;code&gt;
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.&lt;/code&gt;
                  &lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;br /&gt;
            &lt;b&gt;Stack Trace:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
            
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;
&lt;pre&gt;[SerializationException: Type &amp;#39;System.Web.UI.WebControls.Panel&amp;#39; in Assembly &amp;#39;System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;#39; is not marked as serializable.]&lt;br /&gt;   System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type) +7733643&lt;br /&gt;   System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context) +258&lt;br /&gt;   System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo() +111&lt;br /&gt;   System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) +161&lt;br /&gt;   System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) +51&lt;br /&gt;   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck) +410&lt;br /&gt;   System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck) +134&lt;br /&gt;   System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph) +13&lt;br /&gt;   System.Web.Util.AltSerialization.WriteValueToStream(Object value, BinaryWriter writer) +2560&lt;br /&gt;&lt;br /&gt;[HttpException (0x80004005): Unable to serialize the session state. In &amp;#39;StateServer&amp;#39; and &amp;#39;SQLServer&amp;#39; mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in &amp;#39;Custom&amp;#39; mode.]&lt;br /&gt;   System.Web.Util.AltSerialization.WriteValueToStream(Object value, BinaryWriter writer) +2729&lt;br /&gt;   System.Web.SessionState.SessionStateItemCollection.WriteValueToStreamWithAssert(Object value, BinaryWriter writer) +55&lt;br /&gt;   System.Web.SessionState.SessionStateItemCollection.Serialize(BinaryWriter writer) +1271&lt;br /&gt;   System.Web.SessionState.SessionStateUtility.Serialize(SessionStateStoreData item, Stream stream) +314&lt;br /&gt;   System.Web.SessionState.SessionStateUtility.SerializeStoreData(SessionStateStoreData item, Int32 initialStreamSize, Byte[]&amp;amp; buf, Int32&amp;amp; length) +101&lt;br /&gt;   System.Web.SessionState.OutOfProcSessionStateStore.SetAndReleaseItemExclusive(HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem) +107&lt;br /&gt;   System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) +853&lt;br /&gt;   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +216&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +120&lt;br /&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I realize that if I change the web.config
sessionState control to &amp;quot;InProc&amp;quot;, that what I&amp;#39;m trying to do does
function.... but that&amp;#39;s NOT how the web application was designed...
It&amp;#39;s specifically designed for &amp;quot;StateServer&amp;quot;, and I cannot change
that.... also, I further realize that something, is being sent back
that is NOT serialized.... according to the stack that is
&amp;#39;System.Web.UI.WebControls.Panel&amp;#39; ....&lt;/p&gt;&lt;p&gt;&amp;nbsp;Any help on this would be much appreciated... I really don&amp;#39;t know what to do to fix this...&lt;/p&gt;&lt;p&gt;&amp;nbsp;Amit &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Registering ASP.net v2.x with IIS5.1 on Windows XP</title><link>http://forums.iis.net/p/1162660/1924842.aspx#1924842</link><pubDate>Sun, 15 Nov 2009 22:37:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924842</guid><dc:creator>willow315</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;I have read numerous tutorals, and when I attempt to run the following suggested command from the cmd line, my computer tells me it cannot find the specified path....which makes no sense. the path is correct. &lt;/p&gt;
&lt;p&gt;%windir%\Microsoft.NET\Framework\vxxxxxx\aspnet_regiis.exe -i&lt;/p&gt;
&lt;p&gt;&amp;nbsp;or&lt;/p&gt;
&lt;p&gt;regsvr32 %windir%\Microsoft.NET\Framework\vxxxxxx\aspnet_isapi.dll &lt;/p&gt;
&lt;p&gt;of course replacing the vxxxxetc with my v2x number. &lt;/p&gt;
&lt;p&gt;Even when I use the complete path starting at c:\Windows...etc.&lt;br /&gt;&lt;br /&gt;Why would it tell me that it can&amp;#39;t find the path, when the path is correct, and the specified folder is where it&amp;#39;s supposed to be. I don&amp;#39;t get it. &lt;br /&gt;&lt;br /&gt;Any assistance would be appreciated. WCW&lt;/p&gt;</description></item><item><title>Troubleshooting Login Issues</title><link>http://forums.iis.net/p/1160751/1916255.aspx#1916255</link><pubDate>Wed, 09 Sep 2009 10:28:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916255</guid><dc:creator>bewA</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;Hi, i&amp;#39;m hoping you can help me!&amp;nbsp; First off i didn&amp;#39;t write the site so i may have to ask one of our devs any code related questions you ask :)&lt;/p&gt;&lt;p&gt;I&amp;#39;m having a problem with our ASP.NET 2 website in IIS6.&lt;/p&gt;&lt;p&gt;Basically what happens is when I open the site I get a login page I type in the details to login and click login and the page just seems to refresh.&amp;nbsp; If I type in the wrong password the site tells me the password is wrong. So something seems to accept my password.&lt;/p&gt;&lt;p&gt;The only way to get this to work is to use localhost in the address e.g. http://localhost/vdirectory&lt;/p&gt;&lt;p&gt;If i use the servers IP or hostname then the login page just refreshes.&lt;/p&gt;&lt;p&gt;There is something specific to the way the IIS server is setup i believe but we have numerous sites with this site installed and it works perfectly fine.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve checked the log WWW log file and all it says is this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;2009-09-09 09:23:17 W3SVC1349041065 10.0.108.242 POST /StaffPortal/login.aspx - 8181 - 10.0.108.242 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+3.0.04506.648) 200 0 0&lt;br /&gt;2009-09-09 09:23:23 W3SVC1349041065 10.0.108.242 POST /StaffPortal/login.aspx - 8181 - 10.0.108.242 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+3.0.04506.648) 200 0 0&lt;br /&gt;2009-09-09 09:23:23 W3SVC1349041065 10.0.108.242 GET /StaffPortal/default.aspx - 8181 - 10.0.108.242 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+3.0.04506.648) 302 0 0&lt;br /&gt;2009-09-09 09:23:23 W3SVC1349041065 10.0.108.242 GET /StaffPortal/login.aspx - 8181 - 10.0.108.242 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+3.0.04506.648) 200 0 0&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The HTTP status codes don&amp;#39;t seem to yeild any clues at all!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Oh and Directory Security is set for anonymous access only.&lt;/p&gt;&lt;p&gt;If someone could give me some things to check I would greatly appreciate it as i&amp;#39;m not sure where to check now! &lt;/p&gt;&lt;p&gt;If there is more info you need just let me know and i&amp;#39;ll get it! :)&lt;/p&gt;&lt;p&gt;Thank you in advance! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>ASP.NET Application generates different html when accessed though a reverse proxy server</title><link>http://forums.iis.net/p/1160609/1915683.aspx#1915683</link><pubDate>Thu, 03 Sep 2009 06:02:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915683</guid><dc:creator>DSMSN01</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m accesses the same asp.net 2.0 (IIS 6.0) application in different ways; 1) directly from the browser to the server and 2) via a reverse proxy service that provides access through a firewall. Accessing the exact same page/information using each of these methods produces different html. The reverse proxy method gives me undesirable results. The web page formatting is&amp;nbsp;corrupted. What could cause this? Could there be something in the header that is received from the proxy server that makes IIS behave differently?&lt;/p&gt;</description></item><item><title>sending mail with IIS 7 on 64bit system</title><link>http://forums.iis.net/p/1160129/1913901.aspx#1913901</link><pubDate>Tue, 18 Aug 2009 12:50:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913901</guid><dc:creator>jpv2301</dc:creator><cs:applicationKey>iis_in_64-bit_native_mode--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0cm 0cm 0pt;"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I’ve encountered a problem with sending e-mail using the vb.net net.mail class and using the SmtpDeliveryMethod.PickupDirectoryFromIis option. The option SmtpDeliveryMethod.Network works fine.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I’ve made a webappliaction than sends an e-mail. This works great on windows server 2008 on a 32 bits machine but fails on a 64 bits machine. I get the following exception:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;System.Net.Mail.SmtpException: Cannot get IIS pickup directory.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;at System.Net.Mail.IisPickupDirectory.GetPickupDirectory()&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;at System.Net.Mail.SmtpClient.Send(MailMessage message)&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0cm 0cm 0pt;"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Is there a setting I can change to get this working on a 64bits system?&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS hangs when updating aspx files</title><link>http://forums.iis.net/p/1160056/1913577.aspx#1913577</link><pubDate>Fri, 14 Aug 2009 11:37:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913577</guid><dc:creator>frank711</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;our website runs with ASP.NET on IIS 6.0. When we update aspx-files (our content management system transfers files which have been updated with ftp to the server) the IIS doesn&amp;#39;t respond to http requests and seems to hang for some time. It needs minutes until a page is loaded, sometimes the event log shows HttpException - Timeout for this request.&lt;/p&gt;
&lt;p&gt;I know that the files are compiled when updated and this needs some time, but this shouldn&amp;#39;t cause hanging the complete site?&amp;nbsp; I believe that in the past we hadn&amp;#39;t this problem. &lt;/p&gt;
&lt;p&gt;Anyone got an idea?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Frank&lt;/p&gt;</description></item><item><title>Updating Browser Definition Files</title><link>http://forums.iis.net/p/1159376/1910780.aspx#1910780</link><pubDate>Mon, 20 Jul 2009 00:15:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910780</guid><dc:creator>MikeGale</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;I would like to know what the official position is on updating, browser definition files.&lt;/p&gt;
&lt;p&gt;The documentation suggests not changing the *.browser files in machine wide .NET configuration, as service packs etc. can be expected to do that.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;m interested in the machine wide settings, not settings in an individual web site.&lt;/p&gt;
&lt;p&gt;How &lt;strong&gt;often&lt;/strong&gt; are these files updated?&lt;/p&gt;
&lt;p&gt;How&amp;nbsp;long &lt;strong&gt;after&lt;/strong&gt; a new browser version&amp;nbsp;is launched can updates be expected?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Where&lt;/strong&gt; are the updates available?&lt;/p&gt;</description></item><item><title>How to grok current exploits on a IIS (6) server</title><link>http://forums.iis.net/p/1159133/1909827.aspx#1909827</link><pubDate>Fri, 10 Jul 2009 04:06:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909827</guid><dc:creator>MikeGale</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;I code up sites written for ASP.NET 3.5.&lt;/p&gt;
&lt;p&gt;They have security built in but I&amp;#39;d like to go further.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;d like to understand what exploits are currently being used and attempt those on various versions of sites.&amp;nbsp; (Staging and live.)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Having had a quick look at&amp;nbsp;cracker tools, I&amp;#39;d prefer a tech. savvy high level view, and insight from others who&amp;#39;ve been through this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;What suggestions?&lt;/p&gt;</description></item><item><title>What to do for a rootkit...</title><link>http://forums.iis.net/p/1158419/1906905.aspx#1906905</link><pubDate>Sun, 14 Jun 2009 13:01:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906905</guid><dc:creator>rgsnowman</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I have recently found a rootkit on my computer through AVG and am wondering how to get this thing off. I tried to get AVG to delete it but it said it cannot. I heard you can re-install windows vista and also restore default settings but I am not sure if that deletes everything and I&amp;#39;ll have to get external hd and if the rootkit would get itself into there and I&amp;#39;d be re-installing a rootkit. This rootkit is screwing up my xps one it tiny ways, it changed all my security setting and turned my anti-viruses off and I can&amp;#39;t turn them back on, messed up background, screwed up start menu and toolbar, and the side panel. I just want to know the best way to get this off computer. Thanks in advance.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>